Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface areas #107

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Surface areas #107

wants to merge 12 commits into from

Conversation

daubners
Copy link
Contributor

Add more elaborate surface area computation.
specific_surface_area() now takes method= as input which can be

  • 'gradient' for fast phase-field approach
  • 'face_counting' for face counting or
  • 'marching_cubes' for marching cubes method

The first method is fully compatible with anisotropic voxels and roughly by a factor of ten faster than marching cubes.
This branch is based on pull request #106 and should be merged afterwards.
This branch solves issue #93.

@daubners daubners requested a review from amirDahari1 January 21, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant